Spread Silverlight Documentation
ICalcStorage<TKey,TValue> Interface
Members 


Indicates the key for a stored item
Indicates the type for stored item.
Represent a storage for TValue.
Object Model
ICalcStorage<TKey,TValue> Interface
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Interface ICalcStorage
    (Of TKey As System.Collections.Generic.IEqualityComparer(Of TKey),
     TValue) 
'Usage
 
Dim instance As ICalcStorage(Of TKey,TValue)
[System.Reflection.DefaultMember("Item")]
public interface ICalcStorage<TKey,TValue> 
where TKey: System.Collections.Generic.IEqualityComparer<TKey>
Type Parameters
TKey
Indicates the key for a stored item
TValue
Indicates the type for stored item.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ICalcStorage<TKey,TValue> Members
GrapeCity.CalcEngine Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.